home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000332_news@columbia.edu_Wed Jul 12 17:56:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA05092
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 12 Jul 1995 13:56:20 -0400
  3. Received: by apakabar.cc.columbia.edu id AA02835
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 12 Jul 1995 13:56:19 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: apc assign VS remote assign
  9. Date: 12 Jul 1995 17:56:16 GMT
  10. Organization: Columbia University
  11. Lines: 15
  12. Message-Id: <3u12c0$2oh@apakabar.cc.columbia.edu>
  13. References: <3tvedk$mi0@ccnet.ccnet.com> <1995Jul12.084623.55910@cc.usu.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Jul12.084623.55910@cc.usu.edu>,
  18. : In article <3tvedk$mi0@ccnet.ccnet.com>,
  19. : davidm@ccnet.com (David MacMahon) writes:
  20. : ... I must misunderstand remote kermit altogether because I can't figure
  21. : out what it does or how it's used.  I have the C-Kermit manual (but not
  22. : the MS-DOS manual), which briefly explains the remote kermit command on
  23. : page 146, but I still don't get it.  To top it off, when I put C-Kermit
  24. : into server mode it doesn't appear to support 'remote kermit' at all!
  25. :
  26. That's correct.  C-Kermit and MS-DOS Kermit both include the client end
  27. of "remote kermit" but not the server end.  Kermit-370 for IBM mainframes
  28. implements the server end.  So, at present, this command is useful only
  29. when MS-DOS Kermit or C-Kermit is the client and Kermit-370 is the server.
  30.  
  31. - Frank